tests/export: Guard with check for libarchive
authorAlex Kiernan <alex.kiernan@gmail.com>
Thu, 24 Oct 2019 18:07:30 +0000 (19:07 +0100)
committerAlex Kiernan <alex.kiernan@gmail.com>
Thu, 24 Oct 2019 18:08:59 +0000 (19:08 +0100)
commite314b31ec90ec4fbd4a2d9c2eca55383e7ed4a9a
tree2a389bc823d80db2e3e2e0de5c0a48c508c42467
parentf333ae74f4a06dc537315d52959714a79be464c7
tests/export: Guard with check for libarchive

If we are built without libarchive support, this test fails:

  error: This version of ostree is not compiled with libarchive support
  ...
  ERROR: tests/test-export.sh - too few tests run (expected 5, got 0)
  ERROR: tests/test-export.sh - exited with status 1

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
tests/test-export.sh